From a04a7ff5d7bbbc355cdfedfe71a70b5790626d61 Mon Sep 17 00:00:00 2001 From: "emellor@leeni.uk.xensource.com" Date: Mon, 13 Mar 2006 11:10:27 +0100 Subject: [PATCH] xm top was listed twice in the help message -- remove it from the Host Commands section, leaving it in the Domain Commands section. Signed-off-by: Ewan Mellor --- tools/python/xen/xm/main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/python/xen/xm/main.py b/tools/python/xen/xm/main.py index b51b2ffb4f..6d686db8ad 100644 --- a/tools/python/xen/xm/main.py +++ b/tools/python/xen/xm/main.py @@ -159,8 +159,7 @@ domain_commands = [ host_commands = [ "dmesg", "info", - "log", - "top", + "log" ] scheduler_commands = [ -- 2.30.2